-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Augur release 0.76.2 Updates to Dev #2908
Conversation
Citation Document Signed-off-by: Sean P. Goggins <[email protected]>
Can only have one paper in the citation, which is frankly ridiculous for any non-trivial software. :) Signed-off-by: Sean P. Goggins <[email protected]>
Apparently parsing is hard. Signed-off-by: Sean P. Goggins <[email protected]>
Syntax Signed-off-by: Sean P. Goggins <[email protected]>
Release Ready
Instructions Update Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Ubuntu <[email protected]>
Signed-off-by: Sean Goggins <[email protected]>
Signed-off-by: Ulincsys <[email protected]>
Signed-off-by: Ulincsys <[email protected]>
Signed-off-by: Ulincsys <[email protected]>
Add Step to Fetch Missing Git Messages from Commits Analyzed Before Commits Message Table was Added
Release 0.76.2 fix install
|
||
try: | ||
missing_commit_hashes = fetchall_data_from_sql_text(fetch_missing_hashes_sql) | ||
except: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
augur/tasks/git/facade_tasks.py
Outdated
|
||
to_insert.append(msg_record) | ||
|
||
if to_insert: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
E0001: Parsing failed: 'expected 'except' or 'finally' block (augur.tasks.git.facade_tasks, line 202)' (syntax-error)
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Signed-off-by: Sean P. Goggins <[email protected]>
Description